home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000403_JDanSkinner@JDanSkinner.com_Sun Nov 9 12:25:03 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: K95 2.14  file download dialogue box
  5. Date: 8 Nov 2003 20:05:58 -0800
  6. Organization: http://groups.google.com
  7. Lines: 30
  8. Message-ID: <8ce22d01.0311082005.3a4a2589@posting.google.com>
  9. References: <3fad769e@yorrell.saard.net>
  10. NNTP-Posting-Host: 24.159.192.106
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1068350758 2787 127.0.0.1 (9 Nov 2003 04:05:58 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Sun, 9 Nov 2003 04:05:58 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14658
  17.  
  18. Arthur Marsh <arthur.marsh@internode.on.net> wrote in message news:<3fad769e@yorrell.saard.net>...
  19. > Hi, when running K95 2.14 on Win98SE (gui version) I entered:
  20. > set telnet env user somename
  21. > set file download e:\temp
  22. > ssh somesite
  23. > At somesite, running C-Kermit daily build on Linux I entered:
  24. > kermit -s somefile
  25. > I then received a dialogue box on my Win98SE machine for me to confirm 
  26. > the download name and directory of "somefile" when I wanted the file 
  27. > just to be received automatically in e:\temp (there was no file of the 
  28. > same name in e:\temp).
  29. > Is there something that I typed that caused the dialogue box to be 
  30. > presented?
  31.  
  32. Nope; something you didn't type
  33. set term autodown on
  34.  
  35. try 
  36. set term autodown ?
  37. or  
  38. help set term
  39. for details
  40. It says the default is off but I think it is really ask
  41.  
  42. Regards...Dan
  43.